HighContrast: Update treeview rubberband styling
authorMatthias Clasen <mclasen@redhat.com>
Tue, 10 Nov 2015 12:31:32 +0000 (07:31 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 10 Nov 2015 12:31:32 +0000 (07:31 -0500)
Adapt to the changes in the previous commit.

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk.css

index 84fd778dd4f5c6cf620422b3b869e763a27ab5d4..1c6bdae4e39164b958dc1ecbcca2b979084ca44a 100644 (file)
@@ -966,7 +966,7 @@ treeview.view {
   border-left-color: mix($fg_color, $base_color, 50%); // this is actually the tree lines color,
   border-top-color: $bg_color;                         // while this is the grid lines color, better then nothing
 
-  &.rubberband { @extend rubberband; } // to avoid borders being overridden by the previously set props
+  & rubberband { @extend rubberband; } // to avoid borders being overridden by the previously set props
 
   &:selected { border-radius: 0; } // rest border radius in lists
 
index d869a4867317b89628d77b8e283161363ad14407..10ab9b00dbcf10949a7db03cc01ef93f89263294 100644 (file)
@@ -109,7 +109,7 @@ textview text,
 .rubberband,
 rubberband,
 flowbox rubberband,
-treeview.view.rubberband {
+treeview.view rubberband {
   border: 1px solid #000;
   background-color: rgba(0, 0, 0, 0.2); }